2.2.3 [5] <2.2> If the variables f, g, h, and i have values 1, 2, 3, and 4, respectively,
what is the end value of f?
The following problems deal with translating from MIPS to C. For the following
exercise, assume that the variables g, h, i, and j are given and could be considered
32-bit integers as declared in a C program.
a. addi f, f, 4
b. add f, g, h
sub f, i, f
 
 
View Solution
 
 
 
<< Back Next >>